[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Exit Exits Current Subprogram (or Program)
Exit; [TP]
Immediately exits the current executing block. If encountered in a
subroutine, an immediate return occurs. If encountered in the main
body of a program, the program terminates immediately.
-------------------------------- Example ---------------------------------
if ErrState = CRITICAL then Exit;
See Also:
Halt
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson